バージョン

DataObjectProperty プロパティ

データ ソースのデータ オブジェクトのプロパティを指定します。
シンタックス
'宣言
 
Public Property DataObjectProperty As String
public string DataObjectProperty {get; set;}
解説

データ ソース オブジェクトのこのプロパティの値は、関連するビュー オブジェクトのプロパティに使用されます。ビュー オブジェクトのプロパティは、そのビュー オブジェクトに固有なマッピング クラス (このクラスから派生したマッピング クラス) によって公開される適切なプロパティを使用して指定してください。たとえば、Infragistics.Controls.Schedules.AppointmentPropertyMapping の場合、AppointmentPropertyMappingDataObjectPropertyInfragistics.Controls.Schedules.ListScheduleDataConnector.AppointmentItemsSource のデータ オブジェクトのプロパティを識別します。AppointmentPropertyMappingInfragistics.Controls.Schedules.AppointmentPropertyMapping.AppointmentProperty は、このデータ オブジェクト プロパティがマップされるその基本クラス Infragistics.Controls.Schedules.ActivityBase のプロパティを含む Infragistics.Controls.Schedules.Appointment オブジェクトのプロパティを示します。

参照